vendor/golang.org/x/text/unicode/norm.reorderBuffer.byte (field)

12 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		composition.go#L100: 	byte  [maxByteBufferSize]byte   // UTF-8 buffer. Referenced by runeInfo.pos.
		composition.go#L153: 		rb.out = append(rb.out, rb.byte[start:end]...)
		composition.go#L163: 		out = append(out, rb.byte[start:end]...)
		composition.go#L175: 		p += copy(buf[p:], rb.byte[runep.pos:runep.pos+runep.size])
		composition.go#L259: 		i += copy(rb.byte[rb.nbyte:], dcomp[i:i+int(info.size)])
		composition.go#L268: 	src.copySlice(rb.byte[rb.nbyte:], i, i+int(info.size))
		composition.go#L280: 	sz := utf8.EncodeRune(rb.byte[bn:], rune(r))
		composition.go#L289: 	sz := utf8.EncodeRune(rb.byte[bn:], rune(r))
		composition.go#L296: 	r, _ := utf8.DecodeRune(rb.byte[inf.pos : inf.pos+inf.size])
		composition.go#L304: 	return rb.byte[inf.pos : int(inf.pos)+int(inf.size)]
		normalize.go#L102: 			if b[0] != rb.byte[p] {
		normalize.go#L129: 				if s[bp] != rb.byte[p] {